home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
SCIENTIF
/
H381.ZIP
/
GSRC208A.ZIP
/
DEFINES.H
< prev
next >
Wrap
Text File
|
1993-03-08
|
4KB
|
145 lines
/*
GEPASI - a simulator of metabolic pathways and other dynamical systems
Copyright (C) 1989, 1992 Pedro Mendes
*/
/*************************************/
/* */
/* MS-WINDOWS front end */
/* */
/* Symbols for resources */
/* */
/* MICROSOFT C 6.00 */
/* QuickC/WIN 1.0 */
/* ULTRIX cc */
/* GNU gcc */
/* */
/* (include here compilers that */
/* compiled GEPASI successfully) */
/* */
/*************************************/
#define ID_OK 5
#define ID_MORE 6
#define IDA_F1HELP 601
#define IDC_ADD 7
#define IDC_DEL 8
#define IDC_HELP 9
#define IDC_GO 40
#define IDC_WARN 41
#define IDC_SELECT 42
#define IDC_FILE 45
#define IDC_FILENAME 46
#define IDC_BUTTON1 50
#define IDC_BUTTON2 51
#define IDC_BUTTON3 52
#define IDC_BUTTON4 53
#define IDC_BUTTON5 54
#define IDC_REACT 60
#define IDC_REACTLST 61
#define IDC_REACTNAM 62
#define IDC_KINETLST 63
#define IDC_LOOPLST 64
#define IDC_KINETYPE 65
#define IDC_DYNAMICS 70
#define IDC_DEFAULTS 71
#define IDC_SS 72
#define IDC_STAB 73
#define IDC_STRUCT 74
#define IDC_TXT 75
#define IDC_DAT 76
#define IDC_LOG 77
#define IDC_PARAMLST 80
#define IDC_SEPAR 81
#define IDC_WIDTH 82
#define IDC_UP 83
#define IDC_MCA1 90
#define IDC_MCA2 91
#define IDC_MCA3 92
#define IDC_MCA4 93
#define IDC_CHANGE 95
#define IDC_X 501
#define IDC_Y 502
#define IDC_Z 503
#define IDM_GO 150
#define IDM_PLOT 155
#define IDM_H_ABOUT 100
#define IDM_H_CONTENTS 101
#define IDM_H_SEARCH 102
#define IDM_H_HELPONHELP 103
#define IDM_F_NEW 110
#define IDM_F_OPEN 111
#define IDM_F_CLOSE 112
#define IDM_F_SAVE 113
#define IDM_F_SAVEAS 114
#define IDM_E_REACTIONS 121
#define IDM_E_METABOLITES 122
#define IDM_E_KINETICS 123
#define IDM_E_LOOPS 124
#define IDM_E_NAME 125
#define IDM_E_OPTIONS 126
#define IDM_E_CLEAR 127
#define IDM_E_RATES 128
#define IDM_O_TASKS 130
#define IDM_O_UNITS 131
#define IDM_O_OUTPUT 132
#define IDM_O_REPORT 133
#define IDM_O_METHODS 134
#define IDM_S_NONE 140
#define IDM_S_GRID 141
#define IDM_S_FILL 142
#define IDM_S_PARAM 143
#define IDM_S_BOUND 144
#define IDM_S_LINKS 145
#define IDI_ABOUTICO 200
#define IDT_M0 360
#define IDT_M1 361
#define IDT_M2 362
#define IDT_M3 363
#define IDT_M4 364
#define IDT_M5 365
#define IDT_M6 366
#define IDT_M7 367
#define IDT_M8 368
#define IDT_M9 369
#define IDE_M0 370
#define IDE_M1 371
#define IDE_M2 372
#define IDE_M3 373
#define IDE_M4 374
#define IDE_M5 375
#define IDE_M6 376
#define IDE_M7 377
#define IDE_M8 378
#define IDE_M9 379
#define IDT_NAMETIT 390
#define IDSTAT_1 401
#define IDSTAT_2 402
#define IDSTAT_3 403
#define IDSTAT_4 404
#define IDSTAT_5 405
#define IDSTAT_6 406
#define IDSTAT_7 407
#define IDSTAT_8 408
#define IDSTAT_9 409
#define IDRB_0E 450
#define IDRB_0I 451
#define IDRB_1E 452
#define IDRB_1I 453
#define IDRB_2E 454
#define IDRB_2I 455
#define IDRB_3E 456
#define IDRB_3I 457
#define IDRB_4E 458
#define IDRB_4I 459
#define IDRB_5E 460
#define IDRB_5I 461
#define IDRB_6E 462
#define IDRB_6I 463
#define IDRB_7E 464
#define IDRB_7I 465
#define IDRB_8E 466
#define IDRB_8I 467
#define IDRB_9E 468
#define IDRB_9I 469